10. Quiz

Custom Views can be utilized to add functionality to an existing View object.

SOLUTION: True

Custom Views can be used to combine multiple views and add functionality.

SOLUTION: True

Custom Views should only be used when a custom drawing is required.

SOLUTION: False

The method required to draw the pixels to the canvas.

SOLUTION: `onDraw`

The method used to cause Android to redraw the pixels to the canvas.

SOLUTION: `invalidate`

Custom Views are limited to the base attributes of the Android system.

SOLUTION: False